task bluesky_engage_reward - Bluesky Post Engagement Reward
Command Title
/task bluesky_engage_reward
Description
This command allows you to set the point rewards for different types of engagement with Bluesky posts. You can customize the rewards for liking, reposting, and replying to posts.
Usage
/task bluesky_engage_reward <like> <repost> <reply>
Parameters
Required Parameters:
<like>
: The reward value for liking a Bluesky post. This must be a number.<repost>
: The reward value for reposting a Bluesky post. This must be a number.<reply>
: The reward value for replying to a Bluesky post. This must be a number.
Examples
-
Example 1: Set the rewards for Bluesky post engagement to 1 point for a like, 2 points for a repost, and 3 points for a reply.
/task bluesky_engage_reward like:1 repost:2 reply:3
-
Example 2: Set the rewards to 5 points for a like, 10 points for a repost, and 15 points for a reply.
/task bluesky_engage_reward like:5 repost:10 reply:15
Notes
- The values for like, repost, and reply must be numbers.
- Default rewards are 1 for a like, 2 for a repost, and 3 for a reply.
- You must use this command to change the reward values.
FAQs
-
Q: Can I set the reward value to 0 for a specific action?
A: Yes, you can set any of the reward values to 0 if you don't want to award points for that specific action.
-
Q: What happens if I don't set new values for all three parameters?
A: All three parameters (
like
,repost
, andreply
) are required. You must provide a value for each one when using the command.